home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Emergency / emergyus.exe / BC5 / DOC / DELPHI / BC5_D2 / readme.txt
Text File  |  1997-03-25  |  3KB  |  82 lines

  1. Samples and tutorial paper for "Using Borland Delphi and C++ Together"
  2.   (C) 1996 Copyright Borland International Inc., All Rights Reserved.
  3.  
  4. Last updated: August 8, 1996 [ckh]
  5.  
  6.  
  7. This distribution package includes classes and two examples for using Borland 
  8. C++ and OWL with Delphi Forms.  The original presentation was made at the 
  9. Borland Developer's Conference in July 1996.  The slides and example code 
  10. have been updated since the BDC conference CD to use the new factory 
  11. function that returns an IUnknown.
  12.          
  13. Roadmap
  14. -------
  15. The paper describing the techniques for using BC++ and Delphi together is an
  16. HTML file named BC360.HTM as well as a WinWord document named BC5_D2.DOC.  The
  17. presentation slides are in BC360.PPT, which is a Microsoft PowerPoint32 file.
  18.  
  19. View the WinWord documents by downloading the MS Word Viewer from
  20.  http://www.microsoft.com/msword/Internet/Viewer/default.htm
  21.  
  22. There are four directories: two examples: SAMPLE and MDISAMP, one Delphi Form
  23. DLL project TESTDLL, and a DATA directory.
  24.  
  25. Building the examples
  26. ---------------------
  27. All of the examples are already built.  However, they also include an .IDE 
  28. file if you wish to rebuild the examples yourself.
  29. The C++ examples can be built with BC++ 5.01 and OWL 5.01; the Delphi form DLL
  30. can be built with Delphi 2.01.
  31.  
  32. Files
  33. -----
  34. The files included on this distribution are listed below.
  35.  
  36.  
  37. readme.txt                      - this file
  38. 723_O.HTM                       - a brief outline of the Borland Developer
  39.                                   Conference presentation
  40. BC360.HTM                       - the presentation paper
  41. BC360.PPT                       - the PowerPoint slides
  42.  
  43. CODE\TESTDLL.H                  - header file for the DLL, in C++
  44.  
  45. CODE\DATA\SITES.DB              - A Paradox database containing some data that 
  46. CODE\DATA\SITES.DOF               TESTDLL will display
  47. CODE\DATA\SITES.DPR
  48. CODE\DATA\SITES.FAM
  49. CODE\DATA\SITES.MB
  50. CODE\DATA\SITES.PX
  51. CODE\DATA\SITES.RES
  52. CODE\DATA\SITES.TV
  53.  
  54. CODE\SAMPLE\DLCTL.IDE           - SDI sample project
  55. CODE\SAMPLE\DLCTL.CPP           - SDI sample source code
  56. CODE\SAMPLE\DLCTL.EXE           - SDI sample application
  57. CODE\SAMPLE\TESTDLL.DLL         - Form runtime DLL
  58. CODE\SAMPLE\DLCTL.INI           - Together C++ display file
  59. CODE\SAMPLE\DLWRAP.H            - Wrapper header files for C++
  60. CODE\SAMPLE\TESTDLL.H           - Form DLL header file
  61. CODE\SAMPLE\TESTDLL.LIB         - Import library for the Form DLL
  62.  
  63. CODE\MDISAMP\MDIFILE.IDE        - MDI sample project
  64. CODE\MDISAMP\MDIFILE.CPP        - MDI sample source code
  65. CODE\MDISAMP\MDIFILE.EXE
  66. CODE\MDISAMP\MDIFILE.H
  67. CODE\MDISAMP\MDIFILE.INI
  68. CODE\MDISAMP\MDIFILE.RC
  69. CODE\MDISAMP\MDIFILE.RES
  70. CODE\MDISAMP\DLWRAP.H           - Wrapper header files for C++
  71. CODE\MDISAMP\TESTDLL.H          - Form DLL header file
  72. CODE\MDISAMP\TESTDLL.LIB        - Import library for the Form DLL
  73.  
  74. CODE\TESTDLL\TESTDLL.DPR        - Form DLL Delphi project
  75. CODE\TESTDLL\EMBFORM.PAS        - TEmbeddedForm source code
  76. CODE\TESTDLL\TESTDLL.DLL        - Form runtime DLL
  77. CODE\TESTDLL\TESTDLL.dof
  78. CODE\TESTDLL\TESTDLL.LIB        - Import library for the Form DLL
  79. CODE\TESTDLL\TESTDLL.RES        - Sample Form resource file
  80. CODE\TESTDLL\unit2.dfm          - Sample Form file
  81. CODE\TESTDLL\unit2.pas          - Sample Form source code
  82.